@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
ul{
    list-style: none;
}
ul li{
    float: left;
}
.top{
    width: 100%;
    background-color: #f3f3f3;
    color:#123881;
    font-size: 14px;
}
.header{
    margin-top: 20px;
    margin-bottom: 25px;
}

.all{
    max-height: 550px;
}
.about .screen{
    width:100%;
    margin: 0 auto;
    margin-top: 40px;
}
.about{
	background: url(../images/about-bg.jpg) no-repeat top center;
    padding-top: 35px;
}
.about_topic{
    margin: 0 auto;
    
    text-align: center;
}
.about_text{
    background-color: rgba(255,255,255,0.7);
    position: relative;
    top: -450px;
    right: -704px;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
}

.about_text_top{
    color: #2c4989;
    font-size: 20px;
}
.about_text_more{
    width: 420px;
    height: 168px;
    overflow: hidden;
    line-height: 26px;
}
.about_text_list{
    margin: 0 5%;
    text-align: center;
    margin-top: 30px;
}
.product{
    position: relative;
    top: -320px;
    background: url("../images/productbg.jpg") no-repeat;
    padding-top: 60px;
}
.product_topic{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}
.pro_top{
    font-size: 30px;
}
.look_more{
    position: relative;
    top: 30%;
}
.subBox .glyphicon{
    font-size: 65px!important;
    display: block;
    font-weight: 100;
    /*line-height: 190px;*/
    position: relative;
   /* top: 50%;*/
}

.next{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -200px;
}

.news{
    background-image: url("../images/newsbg.png");
    padding-bottom: 40px;
    padding-top: 70px;
    position: relative;
    top: -112px;
}
.news_top{
    font-size: 30px;
    display: inline-block;
    color: #FFFFFF;
   /* background-color: #006600;*/
    padding: 0;
    margin-bottom: 20px;
}
.news .news_content{
    /*background-color: #FFFFFF;*/
}
.news .news_content .news_con{
    width: 570px;
    height: 350px;
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-left: 35px;
    margin: 0 3%;
}
.news p{
    color: #000;
    margin-bottom: 20px;
}
/*.news_con1{
    margin-right: 20px;
   /!* background-color: #006699;*!/
}*/
.news_up{
    width: 94%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.news_up .news_up_img{
    display: inline-block;
    max-width: 192px;
    max-height: 136px;
    padding-left: 0px;
    padding-right: 0px;
}
.news_up .news_up_title{
   /* width: 100%;*/
    height: 115px;
    display: inline-block;
    padding-right: 0px;
}
.news_down{
    list-style: square;
    margin-top: 15px;
}
.news_down li{
    height: 30px;
    line-height: 30px;
    float: none!important;
}
.news_down a{
    color: #000000;
}
.news_down a:hover{
    text-decoration: none;
    color: #123881;
}
.good{
    width: 100%;
    background-image: url("../images/goodbg.png");
    padding-top: 80px;
    position: relative;
    top: -80px;
}
.good_top{
    padding-bottom: 30px;
}
.good_why{
    margin-bottom: 20px;

}
.good_title{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
}
.good ul{
    color: #FFFFFF;
}
.good ul li img{
    display: inline-block;
    margin-bottom: 60px;
}
.good_text{
    display: inline-block;
    width: 80%;
    margin-left: 10px;
   /* margin-top: 20px;*/
}
.good_text .good_topic{
    font-size: 20px;
    margin-bottom: 10px;
}
.good .row .good_text h4{
    font-size: 25px;
    font-weight: bold;
}
.good .good_content{
    /*放大*/
    overflow: hidden;
}
.good .good_content:hover{
}
.honor{
    width: 100%;
    height: 490px;
    background-image: url("../images/hornorbg.png");
    position: relative;
    top: -40px;
}


@media (max-width: 1200px) {
    .navbar-nav li{
        width: 100px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .screen .bd{
        /* display: none;*/
    }
    .about_text{
        width: 460px;
        background-color: rgba(255,255,255,0.7);
        position: relative;
        top: 0!important;
        right: -199px!important;
        display: block;
        padding: 40px;
        border: 1px solid #e5e5e5;
        margin: 20px;
    }
    .product{
        top: 0!important;
    }
    .case_nei .img-responsive{
        width: 40px;
    }
    .pro_text{
        font-size: 18px;
    }
.pro_dec{
		margin-top: 15px;
        font-size: 16px;
    }
    .subBox ul li a .hover_show{
        display: none;
        width: 190px;
        height: 232px;
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        top: -9px;
        color: #FFFFFF;
        padding-top: 50px;
    }
    .next {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0px!important;
        margin-top: 117px!important;
        margin-bottom: 50px!important;
    }
    .news_content{
        /* width: 90%;*/
        margin: 10px 4%;
    }

}
@media (max-width: 995px) {
    .pro_text{
        width: 80%;
    }
    .subBox ul li a div {
        width: 135px;
        height: 30px;
        margin-top: 7px;
    }
	.subBox ul li a img {
		width: 100%;
		height:auto;
		object-fit:cover;
	}
    .navbar-nav li{
        width: 86px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding: 0;
    }
    .about_text {
        width: 460px;
        background-color: rgba(255,255,255,0.7);
        position: relative;
        top: 0!important;
        right: -115px!important;
        display: block;
        padding: 40px;
        border: 1px solid #e5e5e5;
        margin: 20px;
    }
    .pro_text{
        font-size: 13px!important;
        padding-left: 0!important;
    }
    .subBox ul li a .hover_show{
        display: none;
        width: 152px;
        height: 125px;
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        top: -9px;
        color: #FFFFFF;
        padding-top: 20px;
    }
    .subBox ul li {
        width: 4.5%;
        float: left;
        display: inline;
        padding: 0 6px;
    }
    .case_nei .img-responsive{
        width: 27px;
    }
    .news .news_content .news_con {
        height: auto!important;
    }
}
@media (max-width: 750px) {

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 6px 10px;
        margin-top: 7px;
        margin-right: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .product{
        top: 0!important;
    }
    .product .product_topic{
        width: 100%!important;
    }
    .case_nei .img-responsive{
        width: 20px;
    }
    .subBox ul li a p{
        display: none!important;
    }
	.subBox ul li a div.pro_text {
		width: 100%;
		height: 50px;
		font-size: 0.6rem;
		margin-top: 7px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
}
@media (max-width: 414px) {
    .subBox ul li a .hover_show {
        display: none;
        width: 50px;
        height: 44px;
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        top: -9px;
        color: #FFFFFF;
        padding-top: 20px;
    }
    .subBox .glyphicon{
        font-size: 20px!important;
        display: block;
        font-weight: 100;
        position: relative;
        top: -8px;
        left: -8px;
    }
    .for_more{
        display: none;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 6px 10px;
        margin-top: 7px;
        margin-right: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .header {
        margin: 0!important;
    }
    .about {
        /* margin-top: 35px; */
        margin-top: 0px;!important;
    }
    .about_topic {
        margin: 0 auto;
        width: 90%!important;
        text-align: center;
    }
    .about_text {
        width: 100%;
        background-color: rgba(255,255,255,0.7);
        position: relative;
        top: 0!important;
        right: 25px!important;
        display: block;
        padding: 16px;
        border: 1px solid #e5e5e5;
        margin: 20px;
    }
    .about_text_more {
        width: 95%!important;
        height: 162px;
        overflow: hidden;
        line-height: 26px;
    }
    .pro_top {
        font-size: 30px;
        margin-top: 20px;
    }
    .pro_con{
        height: 105px;
        overflow: hidden;
    }
    /*.pro_text{
        display: none;
    }*/
    .product .case_nei .subBox li  .pro_con{
        display: none!important;
    }
    .news .news_content .news_con {
        width: 95%!important;
        height: 350px;
        background-color: #FFFFFF;
        padding-top: 25px;
        padding-left: 14px;
        margin: 0 3%;
    }
    .news_content {
        /* width: 90%; */
        margin: 0;
        margin-bottom: 18px;
    }
    .good_why {
        margin-bottom: 20px;
        width: 80%;
    }
    .good ul li img {
        display: inline-block;
        /* margin-bottom: 60px; */
        /* margin: 0 auto; */
        margin-left: 26%;
        margin-bottom: 20px!important;
    }
    .good_text .good_topic {
        font-size: 20px;
        text-align: center;
    }
    .good_text {
        display: inline-block;
        width: 80%;
        margin-left: 10px;
        /* margin-top: 20px; */
        margin-bottom: 20px;
    }
    .good_more_text{
        display: none;
    }
    .good ul {
        color: #FFFFFF;
        padding-left: 0;
    }
    .ad-contact{
        font-size: 12px;!important;
    }
    .footer_line1{
        width: 31px!important;
    }
    .footer_line2{
        width: 130px!important;
    }
    .ad-contact{
        font-size: 13px!important;
    }
    .about_text ul li a .about_list{
        width: 59px;
    }
    .about_text_more {
        height: 177px!important;
    }
    .about_text ul{
        padding-left: 0px;
    }
    .floatL {
        padding-top: 19px!important;
    }
    .subBox {
        width: 86%!important;
    }
    .next {
        margin-top: 86px!important;
        margin-bottom: 28px!important;
    }
    .honor {
        height: 302px!important;
    }
    .banner {
        top: 26px;
    }
    .erweima img{
        width: 100px;
    }
}
